fix make clean
authorSteven G. Johnson <stevenj@alum.mit.edu>
Fri, 27 Apr 2018 13:30:37 +0000 (09:30 -0400)
committerSteven G. Johnson <stevenj@alum.mit.edu>
Fri, 27 Apr 2018 13:30:37 +0000 (09:30 -0400)
Makefile

index 9a0cb5146ea7694e760a103cb6a457dc2b8efb24..29aa99b2643ebe44c73f2b8c1f6452cbaa2dad89 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ clean:
 ifneq ($(OS),Darwin)
        rm -f libutf8proc.so.$(MAJOR)
 endif
-       rm -f test/tests.o test/normtest test/graphemetest test/printproperty test/charwidth test/valid test/iterate test/case test/custom
+       rm -f test/tests.o test/normtest test/graphemetest test/printproperty test/charwidth test/valid test/iterate test/case test/custom test/misc
        rm -rf MANIFEST.new tmp
        $(MAKE) -C bench clean
        $(MAKE) -C data clean